home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / System Utility / Dvorak / Read Me < prev   
Text File  |  1992-12-04  |  2KB  |  46 lines

  1. DvorakINIT version 1.2        December 4, 1992
  2.  
  3. Written by Jason Klapste
  4. Unlimited Realities
  5. PO Box 40057
  6. St. Paul, MN, 55104-9998
  7.  
  8. This is shareware, so of course, I can not and will not be held liable 
  9. for anything at all, including the end of the world. Enough legal techno 
  10. jargon.....
  11. This INIT/CDEV flashes the scroll lock LED on Apples' Extended Keyboard 
  12. whenever you have the Dvorak (or any other) keyboard script installed and 
  13. currently selected. If you select the normal script the scroll lock will 
  14. stop flashing.
  15. If you use this, please drop me a line, note, letter, postcard, whatever 
  16. you thing this is worth. Money would be nice too. $5.00 is what I'm 
  17. asking for the shareware fee.
  18.  
  19. Changes from v1.0 :
  20. I've added a CDEV interface (a cheap one) so that you can change the 
  21. Script ID that the INIT looks for. The CDEV will allow you to change the 
  22. Script ID, but this means that you still need to know what the Script ID 
  23. number is to get the INIT to work. In version 1.2 (whenever), I plan to 
  24. give you a list of the currently installed scripts, and then allow you to 
  25. choose one of those, totally dealing away with this number stuff.
  26.  
  27. Changes from v1.1 :
  28. As you can see, I've make a better CDEV interface, incorporating the list 
  29. of currently installed scripts to make your life easier. What is 
  30. currently being planned for version 1.3 is a few other options, so that 
  31. it works on any mac running System 7.0. Let me know if you would like to 
  32. see something.
  33.  
  34. Technical Details:
  35. The INIT installer first checks to see if you have an Apple Extended 
  36. Keyboard installed on you mac, and that you have the Script Manager 
  37. installed, which means you must have an ADB mac, and are running System 
  38. 7.0. The installer then loads in the 'CUST' resource and installs it as a 
  39. VBL task. The task (when run) checks to see if the Keyboard Script ID 
  40. stored in the WhSc resource is currently selected, and if so, we check 
  41. for which lights are currently lite on the keyboard, and XOR the Scroll 
  42. LED register.
  43.  
  44. The CDEV and INIT installer were written in Pascal, the VBL shell in C, 
  45. and the guts to the rest in Assembly. All done with Think C and Pascal. 
  46. Both very good packages, and good support.